home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.xml.NotationDeclaration;
- import java.util.Enumeration;
-
- class EntityModel$1 implements Enumeration {
- // $FF: synthetic field
- final EntityModel this$0;
- Enumeration source;
-
- public boolean hasMoreElements() {
- return this.source.hasMoreElements();
- }
-
- public Object nextElement() {
- return ((NotationDeclaration)this.source.nextElement()).getName();
- }
-
- EntityModel$1(EntityModel var1) {
- this.this$0 = var1;
- this.source = this.this$0.doc.getDeclarations(Class.forName("com.extensibility.xml.NotationDeclaration"));
- }
- }
-